Shipping Settings

Shipping Settings

Sets the shipping amount and currency information for products with user shipping settings.

Shipping Settings Database Scheme

// collection: ShippingSetting
{
	"_id" : ObjectId("5ecf9f31c136d9000113f75d"),
	"CreateDate" : ISODate("2020-06-09T13:16:30.350+03:00"),
	"UpdateDate" : ISODate("2020-06-09T13:16:30.354+03:00"),
	"IsActive" : true,
	"AppId" : "1965",
	"IsFreeShippingActive" : true,
	"FreeShippingPriceThreshold" : {
		"Currency" : 1,
		"Value" : "50.00"
	},
	"FixPrice" : {
		"Currency" : 1,
		"Value" : "30.33"
	},
	"DeliveryConditions" : "{<TR><!DOCTYPE html>\n<html>\n<head>\n</head>\n<body>\n<p>
	<strong>Teslimat <em>Koşulları</em></strong></p>\n<p><a href=\"https://www.google.com/\">Google</a></p>\n
	<p><img src=\"https://pbs.twimg.com/profile_images/1235849718103560197/FWEhX0Wg_400x400.jpg\" 
	width=\"400\" height=\"400\" alt=\"\" /></p>\n<p><iframe width=\"560\" height=\"314\" 
	src=\"//www.youtube.com/embed/EJ76yylN0ss\" allowfullscreen=\"allowfullscreen\"></iframe></p>\n</body>\n</html><TR>}"
}

With fix price, the shipping price of all products is defined.